.dub_box .item_list {
    /* display: grid; */
    display: flex;
    margin-bottom: 28px;
}

.dub_box .item_list:last-child {
    margin-bottom: 0;
}

.dub_box .item {
    margin-right: 42px;
}

.dub_box .range_box {
    position: relative;
    box-sizing: border-box;
}

.dub_box .fill {
    position: absolute;
    width: 50%;
    height: 5px;
    background: #174DFF;
    border-radius: 7px 0 0 7px;
    top: 50%;
}

.dub_container .item {
    display: flex;
    align-items: center;
}

.dub_box .item .label {
    margin-right: 14px;
    font-weight: 400;
    color: #474956;
    width: 120px;
}

.dub_box .item .num {
    margin: 0 5px 0 14px;
}

.dub_box .item .tips {
    font-size: 14px;
    font-weight: 400;
    color: #8A8B94;
}

.dub_box .item>img {
    width: 14px;
    height: 14px;
    cursor: pointer;
}

.dub_box .btn-secondary {
    width: 161px;
    height: 37px;
    background: #FFFFFF;
    border-radius: 7px;
    border: 1px solid #DCDEE3;
    color: #080808;
    position: relative;
    text-align: left;
}

.dub_box .btn-secondary img {
    width: 14px;
    height: 14px;
    position: absolute;
    right: 8px;
    top: 11px;
}

.dub_box .btn-secondary:hover {
    background: #FFFFFF;
    color: #080808;
    border: 1px solid #DCDEE3;
}


.dub_box .btn-secondary:not(:disabled):not(.disabled).active,
.dub_box .btn-secondary:not(:disabled):not(.disabled):active,
.dub_box .show>.btn-secondary.dropdown-toggle,
.dub_box .show>.btn-secondary.dropdown-toggle,
.dub_box .btn-secondary:hover,
.dub_box .btn-secondary.focus,
.dub_box .btn-secondary:focus {
    background: #FFFFFF;
    color: #080808;
    border: 1px solid #DCDEE3;
}

.dub_box .dropdown-toggle::after {
    display: none;
}

input[type=range] {
    -webkit-appearance: none;
    border-radius: 10px;
    /*这个属性设置使填充进度条时的图形为圆角*/
}

input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
}

input[type=range]::-webkit-slider-runnable-track {
    height: 5px;
    border-radius: 7px;
    background: #EDEFF2;
}

input[type=range]:focus {
    outline: none;
}

input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 16px;
    height: 16px;
    background: #FFFFFF;
    border: 3px solid #174DFF;
    margin-top: -6.5px;
    /*使滑块超出轨道部分的偏移量相等*/
    border-radius: 50%;
    z-index: 10;
    position: relative;
}


.dub_box .select_item {
    cursor: pointer;
    padding: 6px 12px;
    transition: all .1s;
}

.dub_box .dropdown-menu {
    padding: 0;
    max-height: 200px;
    overflow-y: scroll;
}

.dub_box .select_item:hover {
    background-color: #ececec;
}

.dub_box .item_title {
    font-size: 16px;
    font-weight: 500;
    color: #080808;
    line-height: 26px;
}

.operation_box {
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.btns {
    display: flex;
}

.btns>div {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 233px;
    height: 48px;
    border-radius: 9px;
    cursor: pointer;
    font-weight: 600;
}

.btns>div>img {
    width: 16px;
    height: 16px;
    margin-right: 7px;
}

.btns>div:first-child {
    background: #FFFFFF;
    border: 1px solid #174DFF;
    color: #174DFF;
}

.btns>div:last-child {
    border: 1px solid #174DFF;
    background: #174DFF;
    color: #fff;
}

.cv_list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 20px 16px;
    margin-bottom: 24px;
    height: 190px;
    overflow-x: hidden;
    overflow-y: scroll;
    box-shadow: 0 2px 8px rgba(119, 123, 166, .1);
    padding: 12px;
}

.cv_list>div {
    padding: 8px 4px;
    border: 1px solid #eae8e8;
    border-radius: 2px;
    display: flex;
    align-items: center;
    cursor: pointer;
    height: 69px;
    position: relative;
}

.cv_list .active_item {
    border-color: #006eff;
    background-color: #fff;
}

.cv_list .icon-female,
.cv_list .icon-male {
    background-image: url('https://imgcache.qq.com/open_proj/proj_qcloud_v2/gateway/product/tts/css/sprite/tts2-202010221026.svg');
    background-size: 212.5% 206.25%;
    background-repeat: no-repeat;
}

.cv_list .icon-female {
    background-position: 2.78% 2.94%;
}

.cv_list .icon-male {
    background-position: 97.22% 2.94%;
}

.cv_list .identify-seletype-icon {
    width: 32px;
    height: 32px;
    margin-right: 8px;
}

.cv_list .tag {
    background-color: #d6f4e4;
    padding: 0 6px;
    margin-right: 5px;
    height: 20px;
    line-height: 20px;
    display: inline-block;
    margin-top: 10px;
    font-size: 12px;
}

.cv_list .right_top {
    position: absolute;
    right: 0;
    top: 0;
    background: #ff7800;
    border-radius: 2px;
    width: 36px;
    height: 16px;
    text-align: center;
    color: #fff;
    font-size: 9px;
    line-height: 16px;
}
.cv_list .play_icon{
    position: absolute;
    right: 4px;
    bottom: 3px;
    width: 26px;
}
.play_icon2{
    position: absolute;
    right: 35px;
    bottom: 3px;
    width: 22px;
}
/* 针对Webkit内核（如Chrome、Safari） */
.cv_list::-webkit-scrollbar {
    width: 4px;
    /* 设置滚动条宽度 */
}

.cv_list::-webkit-scrollbar-track {
    background-color: #f5f5f5;
    /* 设置背景色 */
}

.cv_list::-webkit-scrollbar-thumb {
    background-color: #888;
    /* 设置滑块颜色 */
}

.cv_list::-webkit-scrollbar-thumb:hover {
    background-color: #555;
    /* 当鼠标悬停在滑块上时的颜色 */
}

/* 针对Firefox内核 */
.cv_list {
    scrollbar-width: thin;
    /* 设置滚动条宽度为默认值 */
    scrollbar-color: #888 transparent;
    /* 设置滑块颜色及背景色 */
}

.cv_type {
    display: flex;
    border-bottom: 1px solid #eee;
    margin-bottom: 24px;

}

.cv_type .cv_type_item {
    padding: 6px 8px;
    margin-right: 20px;
    cursor: pointer;
}

.cv_type_item_active {
    border-bottom: 2px solid #006eff;
    color: #006eff;
}